MPIMapClickEvent
MPIMapClickEvent is passed from MPIMapClickListner and provides information about the click event.
Constructors
Properties
A List of FloatingLabelClickEvents. If no floating label was clicked, this will be empty.
A List of MarkerClickEvents. If no marker was clicked, this will be empty.
Indicates whether the user clicked close to the Blue Dot object on the map, if present. If Blue Dot is disabled, this will always be false.
A list of paths that a user's click passed through. These are in order of first to last intersected and will be empty if no paths were clicked.
A list of MPINavigatable.MPIPolygons corresponding to every polygon that a user's click passed through. These are in order of first to last intersected and will be empty if no polygons were clicked.
The position on the map where the user clicked. Will be null if unable to compute the position.
A List of TooltipClickEvents. If no tooltip was clicked, this will be empty.